first2(0, X) -> nil
first2(s1(X), cons2(Y, Z)) -> cons2(Y, n__first2(X, activate1(Z)))
from1(X) -> cons2(X, n__from1(n__s1(X)))
first2(X1, X2) -> n__first2(X1, X2)
from1(X) -> n__from1(X)
s1(X) -> n__s1(X)
activate1(n__first2(X1, X2)) -> first2(activate1(X1), activate1(X2))
activate1(n__from1(X)) -> from1(activate1(X))
activate1(n__s1(X)) -> s1(activate1(X))
activate1(X) -> X
↳ QTRS
↳ DependencyPairsProof
first2(0, X) -> nil
first2(s1(X), cons2(Y, Z)) -> cons2(Y, n__first2(X, activate1(Z)))
from1(X) -> cons2(X, n__from1(n__s1(X)))
first2(X1, X2) -> n__first2(X1, X2)
from1(X) -> n__from1(X)
s1(X) -> n__s1(X)
activate1(n__first2(X1, X2)) -> first2(activate1(X1), activate1(X2))
activate1(n__from1(X)) -> from1(activate1(X))
activate1(n__s1(X)) -> s1(activate1(X))
activate1(X) -> X
ACTIVATE1(n__first2(X1, X2)) -> ACTIVATE1(X2)
ACTIVATE1(n__from1(X)) -> FROM1(activate1(X))
ACTIVATE1(n__first2(X1, X2)) -> ACTIVATE1(X1)
ACTIVATE1(n__s1(X)) -> S1(activate1(X))
ACTIVATE1(n__first2(X1, X2)) -> FIRST2(activate1(X1), activate1(X2))
ACTIVATE1(n__from1(X)) -> ACTIVATE1(X)
FIRST2(s1(X), cons2(Y, Z)) -> ACTIVATE1(Z)
ACTIVATE1(n__s1(X)) -> ACTIVATE1(X)
first2(0, X) -> nil
first2(s1(X), cons2(Y, Z)) -> cons2(Y, n__first2(X, activate1(Z)))
from1(X) -> cons2(X, n__from1(n__s1(X)))
first2(X1, X2) -> n__first2(X1, X2)
from1(X) -> n__from1(X)
s1(X) -> n__s1(X)
activate1(n__first2(X1, X2)) -> first2(activate1(X1), activate1(X2))
activate1(n__from1(X)) -> from1(activate1(X))
activate1(n__s1(X)) -> s1(activate1(X))
activate1(X) -> X
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
ACTIVATE1(n__first2(X1, X2)) -> ACTIVATE1(X2)
ACTIVATE1(n__from1(X)) -> FROM1(activate1(X))
ACTIVATE1(n__first2(X1, X2)) -> ACTIVATE1(X1)
ACTIVATE1(n__s1(X)) -> S1(activate1(X))
ACTIVATE1(n__first2(X1, X2)) -> FIRST2(activate1(X1), activate1(X2))
ACTIVATE1(n__from1(X)) -> ACTIVATE1(X)
FIRST2(s1(X), cons2(Y, Z)) -> ACTIVATE1(Z)
ACTIVATE1(n__s1(X)) -> ACTIVATE1(X)
first2(0, X) -> nil
first2(s1(X), cons2(Y, Z)) -> cons2(Y, n__first2(X, activate1(Z)))
from1(X) -> cons2(X, n__from1(n__s1(X)))
first2(X1, X2) -> n__first2(X1, X2)
from1(X) -> n__from1(X)
s1(X) -> n__s1(X)
activate1(n__first2(X1, X2)) -> first2(activate1(X1), activate1(X2))
activate1(n__from1(X)) -> from1(activate1(X))
activate1(n__s1(X)) -> s1(activate1(X))
activate1(X) -> X
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ QDP
↳ QDPOrderProof
ACTIVATE1(n__first2(X1, X2)) -> ACTIVATE1(X2)
ACTIVATE1(n__first2(X1, X2)) -> ACTIVATE1(X1)
ACTIVATE1(n__first2(X1, X2)) -> FIRST2(activate1(X1), activate1(X2))
ACTIVATE1(n__from1(X)) -> ACTIVATE1(X)
FIRST2(s1(X), cons2(Y, Z)) -> ACTIVATE1(Z)
ACTIVATE1(n__s1(X)) -> ACTIVATE1(X)
first2(0, X) -> nil
first2(s1(X), cons2(Y, Z)) -> cons2(Y, n__first2(X, activate1(Z)))
from1(X) -> cons2(X, n__from1(n__s1(X)))
first2(X1, X2) -> n__first2(X1, X2)
from1(X) -> n__from1(X)
s1(X) -> n__s1(X)
activate1(n__first2(X1, X2)) -> first2(activate1(X1), activate1(X2))
activate1(n__from1(X)) -> from1(activate1(X))
activate1(n__s1(X)) -> s1(activate1(X))
activate1(X) -> X
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
ACTIVATE1(n__first2(X1, X2)) -> ACTIVATE1(X2)
ACTIVATE1(n__first2(X1, X2)) -> ACTIVATE1(X1)
ACTIVATE1(n__first2(X1, X2)) -> FIRST2(activate1(X1), activate1(X2))
FIRST2(s1(X), cons2(Y, Z)) -> ACTIVATE1(Z)
Used ordering: Polynomial interpretation [21]:
ACTIVATE1(n__from1(X)) -> ACTIVATE1(X)
ACTIVATE1(n__s1(X)) -> ACTIVATE1(X)
POL(0) = 0
POL(ACTIVATE1(x1)) = 2·x1
POL(FIRST2(x1, x2)) = 1 + 2·x2
POL(activate1(x1)) = x1
POL(cons2(x1, x2)) = x2
POL(first2(x1, x2)) = 1 + 3·x1 + 3·x2
POL(from1(x1)) = x1
POL(n__first2(x1, x2)) = 1 + 3·x1 + 3·x2
POL(n__from1(x1)) = x1
POL(n__s1(x1)) = x1
POL(nil) = 0
POL(s1(x1)) = x1
activate1(n__from1(X)) -> from1(activate1(X))
activate1(X) -> X
s1(X) -> n__s1(X)
first2(0, X) -> nil
first2(X1, X2) -> n__first2(X1, X2)
from1(X) -> cons2(X, n__from1(n__s1(X)))
activate1(n__s1(X)) -> s1(activate1(X))
activate1(n__first2(X1, X2)) -> first2(activate1(X1), activate1(X2))
from1(X) -> n__from1(X)
first2(s1(X), cons2(Y, Z)) -> cons2(Y, n__first2(X, activate1(Z)))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
ACTIVATE1(n__from1(X)) -> ACTIVATE1(X)
ACTIVATE1(n__s1(X)) -> ACTIVATE1(X)
first2(0, X) -> nil
first2(s1(X), cons2(Y, Z)) -> cons2(Y, n__first2(X, activate1(Z)))
from1(X) -> cons2(X, n__from1(n__s1(X)))
first2(X1, X2) -> n__first2(X1, X2)
from1(X) -> n__from1(X)
s1(X) -> n__s1(X)
activate1(n__first2(X1, X2)) -> first2(activate1(X1), activate1(X2))
activate1(n__from1(X)) -> from1(activate1(X))
activate1(n__s1(X)) -> s1(activate1(X))
activate1(X) -> X
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
ACTIVATE1(n__from1(X)) -> ACTIVATE1(X)
Used ordering: Polynomial interpretation [21]:
ACTIVATE1(n__s1(X)) -> ACTIVATE1(X)
POL(ACTIVATE1(x1)) = x1
POL(n__from1(x1)) = 1 + 2·x1
POL(n__s1(x1)) = 3·x1
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
ACTIVATE1(n__s1(X)) -> ACTIVATE1(X)
first2(0, X) -> nil
first2(s1(X), cons2(Y, Z)) -> cons2(Y, n__first2(X, activate1(Z)))
from1(X) -> cons2(X, n__from1(n__s1(X)))
first2(X1, X2) -> n__first2(X1, X2)
from1(X) -> n__from1(X)
s1(X) -> n__s1(X)
activate1(n__first2(X1, X2)) -> first2(activate1(X1), activate1(X2))
activate1(n__from1(X)) -> from1(activate1(X))
activate1(n__s1(X)) -> s1(activate1(X))
activate1(X) -> X
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
ACTIVATE1(n__s1(X)) -> ACTIVATE1(X)
POL(ACTIVATE1(x1)) = 2·x1
POL(n__s1(x1)) = 1 + 2·x1
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
first2(0, X) -> nil
first2(s1(X), cons2(Y, Z)) -> cons2(Y, n__first2(X, activate1(Z)))
from1(X) -> cons2(X, n__from1(n__s1(X)))
first2(X1, X2) -> n__first2(X1, X2)
from1(X) -> n__from1(X)
s1(X) -> n__s1(X)
activate1(n__first2(X1, X2)) -> first2(activate1(X1), activate1(X2))
activate1(n__from1(X)) -> from1(activate1(X))
activate1(n__s1(X)) -> s1(activate1(X))
activate1(X) -> X